home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / alarms and reminders / forgot-it / forgotit.inf < prev    next >
INI File  |  1996-09-09  |  2KB  |  52 lines

  1. ; Author  : Yadla
  2. ; Version : 1.5
  3. ; Thanks to FelixA for the FlexiCD .Inf file
  4. ; Install Forgot-It! in windows folder
  5. ; uninstall with install/uninstall in the control panel
  6. ; Forgot-It! is copyright (c) Mathieu MARCIACQ
  7.  
  8. [DefaultInstall]
  9. CopyFiles = Forgotit.copy.prog, Forgotit.copy.inf
  10. AddReg    = Forgotit.Add.Reg
  11.  
  12. [DefaultUninstall]
  13. DelFiles = Forgotit.copy.prog, Forgotit.copy.inf, Forgotit.used.dat
  14. DelReg   = Forgotit.Del.Reg
  15.  
  16. [version]
  17. signature="$CHICAGO$"
  18.  
  19. [DestinationDirs]
  20. Forgotit.copy.prog=25 ; file go to windows folder
  21. Forgotit.copy.inf=17  ; file go to windows\inf folders
  22. Forgotit.used.dat=25  ; file go to windows folder
  23.  
  24. ; what files copied
  25. [Forgotit.copy.prog]
  26. Forgotit.exe
  27.  
  28. [Forgotit.copy.inf]
  29. Forgotit.inf
  30.  
  31. [Forgotit.used.dat]
  32. Postit.dat
  33. Postit.ini
  34.  
  35. ; where the files come from
  36. [SourceDisksNames]
  37. 1="Forgot-It! (c) Mathieu-MARCIACQ","",1
  38.  
  39. [SourceDisksFiles]
  40. Forgotit.exe=1
  41. Forgotit.inf=1
  42.  
  43. [Forgotit.Add.Reg]
  44. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Forgot-It!",,"Forgotit.exe"
  45. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,DisplayName,,"Forgot-It !"
  46. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 Forgotit.inf"
  47.  
  48. [Forgotit.Del.Reg]
  49. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,,,
  50. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,DisplayName,,"Forgot-It !"
  51. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 Forgotit.inf"
  52.